Dispatcher
Functions
Link copied to clipboard
open suspend fun dispatch(request: ResolvedRequestObject, consensus: Consensus, encryptionParameters: EncryptionParameters?): DispatchOutcome
Link copied to clipboard
abstract suspend fun encodeRedirectURI(request: ResolvedRequestObject, consensus: Consensus, encryptionParameters: EncryptionParameters? = null): DispatchOutcome.RedirectURI
Link copied to clipboard
abstract suspend fun post(request: ResolvedRequestObject, consensus: Consensus, encryptionParameters: EncryptionParameters? = null): DispatchOutcome.VerifierResponse